home *** CD-ROM | disk | FTP | other *** search
/ F-A-18E-F Super Hornet - Media Kit (USA) / F-A-18E-F Super Hornet - Media Kit (USA).bin / pc / FA18EF.exe / FA18EF.dcr / Internal_65_swapImage.ls < prev    next >
Encoding:
Text File  |  2001-01-01  |  215 b   |  9 lines

  1. global counter, gImageName
  2.  
  3. on exitFrame
  4.   gImageName = line counter of field "fImageList"
  5.   set the member of sprite 1 to member(gImageName, "imagePreview")
  6.   set the timeoutLapsed to 0
  7.   counter = counter + 1
  8. end
  9.